Learn R Programming

DDPM (version 0.1.0)

Lost shoes: The data show the frequancy distribution of lost shoes at a Museum gate

Description

The function gives the frequancy distribution of lost shoes at a Museum gate.

Usage

data_lost

Value

data_lost gives the frequancy distribution of lost shoes at a Museum gate.

Arguments

data_lost

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequancy distribution of lost shoes at a Museum gate. They were used by Chandra and Ghosh (2013) and fitted by the generalized Poisson distribution.

References

Chandra, N. K., Roy, D., & Ghosh, T. (2013). A generalized Poisson distribution. Communications in Statistics-Theory and Methods, 42(15), 2786-2797.

Examples

Run this code
x<-data_lost
summary(x)
table (x)

Run the code above in your browser using DataLab